/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.fig-icon{
	width: 28px;
	height: 28px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
}
.fig-icon::before{
  line-height: 28px !important
}

.fig-icon-circle{
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
   border-radius: 100%; 
}
